home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 145
/
(Vol 145) Dec 21 2011.iso
/
Games
/
kill-the-dragons.swf
/
scripts
/
frame_397
/
DoAction_2.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-12-21
|
320 b
|
21 lines
plyThrow.onRollOver = function()
{
plyWithin = true;
};
plyThrow.onRollOut = function()
{
plyWithin = false;
};
plyThrow.onDragOut = function()
{
plyWithin = false;
};
plyThrow.onDragOver = function()
{
plyWithin = true;
};
plyThrow.releaseOutside = function()
{
plyWithin = false;
};